home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Bus / S / SALESCALC.cpt / SALESCALC / Sales Ratios / card_4702.txt < prev    next >
Text File  |  1987-12-10  |  657b  |  27 lines

  1. -- card: 4702 from stack: in
  2. -- bmap block id: 6744
  3. -- flags: 0000
  4. -- background id: 2712
  5. -- name: How to Use
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=176 top=317 right=339 bottom=276
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Calculate
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   answer "This is a dummy.  How much do you want the real thing?" with "Try it!" or "Back!" or "Cancel"
  23.   if it is "Try it!" then go to card ID 2901
  24.   else if it is "Back!" then go to card ID 6565
  25. end mouseUp
  26.  
  27.